set

pure constructor()

Constructs an empty set.

Since

0.6.0


pure constructor(values: iterable<-T>)

Constructs a set from the elements of the provided iterable.

Since

0.6.0

Parameters

values

The iterable containing elements to include in the set.